go/ast.ReturnStmt.Return (field)
4 uses
go/ast (current package)
ast.go#L691: Return token.Pos // position of "return" keyword
ast.go#L791: func (s *ReturnStmt) Pos() token.Pos { return s.Return }
ast.go#L824: return s.Return + 6 // len("return")
go/parser
parser.go#L2073: return &ast.ReturnStmt{Return: pos, Results: x}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)